home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / EMBL Search / Headers / copy.h < prev    next >
Encoding:
Text File  |  1992-03-27  |  139 b   |  7 lines  |  [TEXT/KAHL]

  1.  
  2. /* copy.c */
  3. void CutSelection(WDPtr wdp);
  4. void ClearSelection(WDPtr wdp);
  5. void CopySelection(WDPtr wdp);
  6. void PasteSelection(WDPtr wdp);
  7.